1.1.3
[adiumx.git] / Other / Adium Spotlight Importer / schema.xml
blobaceb7f83f2eb1c0ad0d92d120c4ba40915a335b3
1 <?xml version="1.0" encoding="UTF-8"?>
2  
3 <schema version="1.0" xmlns="http://www.apple.com/metadata"
4                       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5                       xsi:schemaLocation="http://www.apple.com/metadata file:///System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Resources/MetadataSchema.xsd">
6     <note>
7         Custom attributes that this metadata importer supports.  Below
8         is an example of a multivalued string attribute.  Other types
9         are CFNumber, CFDate, CFBoolean and CFData.                   
10     </note>
11     <attributes>
12         <attribute name="com_adiumX_chatSource" multivalued="false" type="CFString"/>
13         <attribute name="com_adiumX_chatDestination" multivalued="false" type="CFString"/>
14         <attribute name="com_adiumX_service" multivalued="false" type="CFString"/>
15     </attributes>
17     <types>
18         <type name="com.adiumx.xmllog">
19             <note>
20                 The keys that this metadata importer handles.
21             </note>
22             <allattrs>
23             com_adiumX_chatSource
24                 com_adiumX_chatDestination
25                 com_adiumX_service
26                 kMDItemDisplayName
27             </allattrs>
28             <displayattrs>
29             com_adiumX_chatSource
30                 com_adiumX_chatDestination
31                 com_adiumX_service
32             </displayattrs>
33         </type>
34                 
35                 <type name="com.adiumx.htmllog">
36             <note>
37                 The keys that this metadata importer handles.
38             </note>
39             <allattrs>
40                         com_adiumX_chatSource
41                         com_adiumX_chatDestination
42                         com_adiumX_service
43                         kMDItemDisplayName
44             </allattrs>
45             <displayattrs>
46                         com_adiumX_chatSource
47                         com_adiumX_chatDestination
48                         com_adiumX_service
49             </displayattrs>
50         </type>
52     </types>
53 </schema>